←Select platform

IccUnknownTagType Constructor(int,byte[])

Summary

Initializes a new IccUnknownTagType with explicit parameters.

Syntax
C#
VB
C++
public IccUnknownTagType( 
   int signature, 
   byte[] data 
) 
  
Public Function New( _ 
   ByVal signature As Integer, _ 
   ByVal data() As Byte _ 
) 
public: 
IccUnknownTagType(  
   int signature, 
   array<byte>^ data 
) 

Parameters

signature
Value that represents the tag's type signature.

data
Array that contains the tag's data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly